home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_28 / PlaceObject2_51_2 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2006-06-13  |  226 b   |  12 lines

  1. onClipEvent(load){
  2.    timeSet = _root.time;
  3.    _root.xSpeed = 0;
  4.    _root.ySpeed = 0;
  5.    speedPlus = 1;
  6.    speedMax = 7.5;
  7.    speedMin = -7.5;
  8.    this._xscale = _root.size;
  9.    this._yscale = _root.size;
  10.    i = 1;
  11. }
  12.